/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 15px;
  	height: 15px;
  	background-color:transparent;
  	border: 2px solid #dddddd;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
  	border-radius: 100%;
}
#banner .hd .on {
  	background-color: #feffff;
  	border: 2px solid #feffff;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 520px;
    background-repeat: no-repeat;
    background-position: center;
}
/*幻灯片CSS*/

/*产品系列CSS*/
.product{
	padding: 60px 0;
}
.product .left{
	width: 360px;
}
.product .left .title{
	background: #bd2e30;
	text-align: center;
	font-size: 0;
	padding: 30px 0;
}
.product .left .title h2{
	display: inline-block;
	padding: 0 6px;
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 4px;
	position: relative;
}
.product .left .title h2:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 1px;
	background: #ffffff;
	left: -45px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.product .left .title h2:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 1px;
	background: #ffffff;
	right: -45px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.product .left .title p{
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
}
.product .left .list{
	
}
.product .left .list li{
	padding: 17px 20px;
	border-bottom: 1px solid #e1e1e1;
}
.product .left .list h2{
	margin-bottom: 2px;
}
.product .left .list h2 a{
	font-size: 18px;
	color: #666666;
}
.product .left .list h2 a:hover{
	color: #de3b37;
}
.product .left .list p{
	font-size: 0;
}
.product .left .list p a{
	font-size: 14px;
	color: #979797;
	padding-right: 12px;
	position: relative;
}
.product .left .list p a:after{
	content: '/';
	position: absolute;
	display: inline-block;
	right: 3px;
}

.product .left .list p a:last-child:after{
	display: none;
}
.product .left .list p a:hover{
	color: #de3b37;
}
.product .left .list p a:last-child{
	padding-right: 0;
}
.product .left .lx{
	padding: 26px 60px;
	background: rgba(51,51,51,.8);
}
.product .left .lx h3{
	font-size: 24px;
	color: #ff9a3d;
	padding-left: 40px;
	background: url(../images/tel.png) no-repeat left center;
	line-height: 32px;
}
.product .left .lx p{
	font-size: 24px;
	color: #ff9a3d;
}
.product .right{
	width: 800px;
}
#product {
  	width: 100%;
  	position: relative;
}
#product .bd a {
  	display: block;
  	width: 100%;
  	height:600px;
  	border:1px solid #dddddd;
  	position: relative;
}
#product .bd a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	-moz-transform: translate(-50%,-50%);
  	-o-transform: translate(-50%,-50%);
}
#product .bd a p{
	font-size: 18px;
	color: #000000;
	background: #c1c1c1;
	line-height: 50px;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#product .btn {
  	width: 50px;
 	height: 100px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#product .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#product .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 0%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#product .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 0%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*产品系列CSS*/

/*选择我们*/
.choose{
	background: url(../picture/choose.jpg) no-repeat top center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.choose .title{
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.choose .title:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 250px;
	height: 2px;
	background: #ff005a;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);	
}
.choose .title:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 250px;
	height: 2px;
	background: #ff005a;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);	
}
.choose .title h2{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
.choose .title p{
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
}
.choose .list{
	margin-top: 60px;
	font-size: 0;
}
.choose .list li{
	display: inline-block;
	vertical-align: top;
	width: 255px;
	margin-right: 60px;
	text-align: center;
}
.choose .list li:last-child{
	margin-right: 0;
}
.choose .list img{
	
}
.choose .list h3{
	font-size: 24px;
	color: #333333;
	margin: 20px 0 12px 0;
}
.choose .list p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
/*选择我们*/

/*公司简介*/
.about{
	padding: 120px 0 40px 0;
}
.about .about-all{
	background: #ebebeb;
	padding: 40px 40px 60px 40px;
}
.about .about-all>div{
	display: inline-block;
	vertical-align: top;
}
.about .about-all .tu{
	width:560px;
	height: 325px;
	position: relative;
	margin-right: 35px;
}
.about .about-all .tu img{
	position: absolute;
	bottom: 0;
	left: 0;
}
.about .about-all .content{
	width: 520px;
	height: 325px;
	overflow: hidden;
}
.about .about-all .content h2{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.about .about-all .content .main{
	margin: 30px 0;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	height: 200px;
	overflow: hidden;
}
.about .about-all .content .more{
	display: inline-block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #e40011;
	font-size: 14px;
	color: #ffffff;
}
/*公司简介*/

/*设备列表*/
.shebei{
	padding-bottom: 30px;
}
.picScroll-left{
	position:relative;
}
.picScroll-left .hd{
	width: 110%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	overflow:hidden;
}
.picScroll-left .hd a{
	display: inline-block;
	width:35px; 
	height:75px;
	overflow:hidden;
	cursor:pointer; 
	background-repeat: no-repeat;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.picScroll-left .hd .prev{
	float: left;
	background-image: url(../images/left.png);
}
.picScroll-left .hd .prev:hover{
	background-image: url(../images/left_click.png);
}
.picScroll-left .hd .next{ 
	float: right;
	background-image: url(../images/right.png);
}
.picScroll-left .hd .next:hover{
	background-image: url(../images/right_click.png);
}
.picScroll-left .bd{
	overflow: hidden;
}
.picScroll-left .bd ul{
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{ 
	margin-right:40px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.picScroll-left .bd ul li .pic{ 
	text-align:center;
	position: relative;
	border: 1px solid #dddddd;
	padding: 9px;
}
.picScroll-left .bd ul li .pic span{
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 74%;
}
.picScroll-left .bd ul li .pic a{
	display: none;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5) url(../images/view.png) no-repeat center;
}
.picScroll-left .bd ul li .pic img{ 
	width:100%;
	max-width: 270px;
	max-height: 200px;
	display:block;  
}
.picScroll-left .bd ul li .pic a:hover img{ 
	
}
.picScroll-left .bd ul li .title{
	line-height:50px;
	border-bottom: 1px solid #dedede;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.picScroll-left .bd ul li .title a{
	font-size: 14px;
	color: #666666;
}
.picScroll-left .bd ul li:hover .title{
	border-bottom: 1px solid #3a4152;
}
/*设备列表*/

/*新闻*/
.gongyong{
	padding-top: 15px;
	border-top:2px solid #333333;
}
.gongyong h2{
	font-weight: normal;
	margin-bottom: 20px;
	line-height:normal;
}
.gongyong h2 span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	background-position: left bottom;
}
.gongyong h2>a{
	float: right;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	margin-top: 7px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.gongyong h2>a:hover{
	color: #de3b37;
}
.news-i{
	padding: 40px 0;
	font-size: 0;
}
.news-index{
	width: 780px;
	height: 300px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	box-sizing: border-box;
}
.news-index h2{
	font-size: 0;
	margin-bottom: 20px;
	line-height:normal;
}
.news-index h2 p{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.news-index h2 p a{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 16px;
	margin-right: 10px;
	color: #999999;
}
.news-index a.qydt{
	color: #000000;
	background-position:left bottom;
}
.news-index a.hyzx{
	
	margin-left: 5px;
}
.dt{
	display: none;
}
.dd{
	display: block!important;
}
.dt>div{
	display: inline-block;
	vertical-align: top;
}
.dt>div:nth-child(1){
	width: 320px;
	height: 240px;
	margin-right: 30px;
}
.dt>div:nth-child(1)>a{
	font-size: 0;
	display: block;
	overflow: hidden;
}
.dt>div:nth-child(1)>a>img{
	width: 320px;
	height: 240px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;	
}
.dt>div:nth-child(1)>a>img:hover{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.dt>div:nth-child(2){
	width: 370px;
	height: 240px;
}
.dt>div:nth-child(2)>div p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
	max-height: 50px;
	min-height: 50px;
}
.dt>div:nth-child(2)>div span{
	display: inline-block;
	font-size: 14px;
	color: #cccccc;
}
.dt>div:nth-child(2)>div{
	margin-bottom: 10px;
}
.dt>div:nth-child(2)>div h3{
	margin-bottom: 15px;
	line-height: normal;
}
.dt>div:nth-child(2)>div h3 a{
	color: #333333;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	font-weight: bold;
}
.dt>div:nth-child(2)>div h3 a:hover{
	color:#de3b37;
}
.dt>div:nth-child(2)>ul li{
	line-height: 28px;
}
.dt>div:nth-child(2)>ul a{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	max-width: 280px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 15px;
	background: url(../images/10.png) no-repeat;
	background-position: left center;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.dt>div:nth-child(2)>ul a:hover{
	color: #de3b37;
}
.dt>div:nth-child(2)>ul span{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	float: right;
}
.cjwt{
	width: 380px;
	height: 300px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.cjwt ul li{
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cjwt ul li a{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	max-width: 350px;
	white-space: nowrap;
	padding-left: 15px;
	background: url(../images/10.png) no-repeat;
	background-position: left center;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.cjwt ul li a:hover{
	color: #de3b37;
}
/*新闻*/